NumberingScheme Enumeration

Represents if footnote numbers start with a new number at the beginning of the document or at the beginning of each chapter or page.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum NumberingScheme

Members

Document0 Footnote numbers start with a new number at the beginning of a document.
Chapter1 Footnote numbers start with a new number at the beginning of a chapter.
Page2 Footnote numbers start with a new number at the beginning of a page.
None3 None.

See Also